-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#5610 fix: windows build issue #5613
base: master
Are you sure you want to change the base?
Conversation
Hmm... This one seems complex than I've imagined.
|
Also in |
This cross-platform build cannot be easily developed or maintained with a bash script. @sosnovsky What do you think? |
I think it'll require too much time as our build script is quite complicated and it won't be easy to rewrite it using node.js.
Maybe it fails because of the first line in If you need to build extension on Windows, it'll probably be better to create copy of |
I'm also using Mac and Linux so it's not a problem. |
let's work on manifest v3 update, as currently there is no need to fix build on windows |
This PR fixed build issue in windows system.
close #5610 // if this PR closes an issue
Tests (delete all except exactly one):
To be filled by reviewers
I have reviewed that this PR... (tick whichever items you personally focused on during this review):